body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}

.header {
    background-color: #7b3fcd;
    padding: 20px;
    text-align: center;
}

.title {
    font-size: 2em;
    color: #ffffff;
    margin-bottom: 10px;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    margin-bottom: 40px;
    
}

.emergency-type {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.emergency-type h2 {
    font-size: 1.5em;
    color: #333;
    margin-bottom: 10px;
}

.form-section {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.form-section label {
    margin-bottom: 5px;
    color: #666;
}

.form-section input,
.form-section button {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
}

.form-section button {
    background-color: #333;
    color: #fff;
    cursor: pointer;
}

.contact-info {
    text-align: center;
    margin-top: 20px;
}

.contact-info p {
    margin-bottom: 5px;
    color: #666;
}
